home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / ASM-ARM / BUGS.H < prev    next >
C/C++ Source or Header  |  1999-09-17  |  197b  |  14 lines

  1. /*
  2.  *  include/asm-arm/bugs.h
  3.  *
  4.  *  Copyright (C) 1995  Russell King
  5.  */
  6. #ifndef __ASM_BUGS_H
  7. #define __ASM_BUGS_H
  8.  
  9. #include <asm/proc-fns.h>
  10.  
  11. #define check_bugs() processor._check_bugs()
  12.  
  13. #endif
  14.